home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000287_jaltman@columbia.edu_Tue Feb 11 16:01:44 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  67 lines

  1. Article: 14083 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. Message-ID: <3E496014.3020309@columbia.edu>
  4. From: Jeffrey Altman <jaltman@columbia.edu>
  5. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: input pattern matching blowing my mind...
  10. References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net> <b29fur$r02$1@watsol.cc.columbia.edu> <3E493B69.6090609@att.net>
  11. In-Reply-To: <3E493B69.6090609@att.net>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 44
  15. Date: Tue, 11 Feb 2003 20:40:30 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1044996030 66.108.138.151 (Tue, 11 Feb 2003 15:40:30 EST)
  19. NNTP-Posting-Date: Tue, 11 Feb 2003 15:40:30 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14083
  22.  
  23. When I worked for the Kermit Project I would make test builds available 
  24. upon request for those who needed access to bug fixes in between 
  25. releases.  As I no longer work for the project I do not put time in on a 
  26. regular basis anymore.  However, for the promise of beer I might be 
  27. convinced to create a test build.  :-)
  28.  
  29. - Jeff
  30.  
  31. Henry E. Thorpe wrote:
  32. > Frank;
  33. > That's swell, 'cept Tom is using K95.  Any idea when a patch may be 
  34. > available?
  35. > Frank da Cruz wrote:
  36. >> In article <uel6glv7y.fsf@att.net>,
  37. >> Thomas A. Horsley <tom.horsley@att.net> wrote:
  38. >> : I tried this:
  39. >> : ...
  40. >> : And it doesn't work (never seems to match, times out). I also tried 
  41. >> this:
  42. >> : ...
  43. >> : And it does match something, unfortunately it matches the "Enter"
  44. >> : and then the "passphrase" (but curiously, not the for*:?) so I
  45. >> : get two separate prompts.
  46. >> : ...
  47. >> : Also tried this variation:
  48. >> : ...
  49. >> : And it never matches, but times out. Whatever is going on seems fun if
  50. >> : nothing else :-).
  51. >> :
  52. >> I was able to dig into the code today, found the problem, and seem to
  53. >> have fixed it.  You should now be able to use both case-sensitive and
  54. >> case-indendent \fpattern() matches in both INPUT and MINPUT statements:
  55. >>
  56. >>   http://www.columbia.edu/kermit/ckdaily.html
  57. >>
  58. >> Thanks again for the report.
  59. >>
  60. >> - Frank
  61.  
  62.